home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_38737.txt < prev    next >
Text File  |  1991-04-30  |  1KB  |  45 lines

  1. -- card: 38737 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: LastPathItem
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10. 49
  11.  
  12. -- part contents for background part 5
  13. ----- text -----
  14. LastPathItem
  15.  
  16. -- part contents for background part 6
  17. ----- text -----
  18. This XFCN takes a string separated by colons, (i. e. path name such as that returned by, Steve Maller's Filename XFCN) and returns the balance of the characters following the last colon.
  19.  
  20. This is free. All I ask is to be notified of any suggestions or bugs found, and a credit line if you use it in released stacks. LightSpeed C source available on request.
  21.  
  22. Copyright 1988. All rights reserved.
  23. Dwight Mayo
  24. GEnie, MacNet - DMAYO
  25. Compuserve - 76257,3303
  26.  
  27.  
  28.  
  29. -- part contents for background part 27
  30. ----- text -----
  31. XFCN
  32.  
  33. -- part contents for background part 7
  34. ----- text -----
  35. Syntax:
  36.  
  37. LastPathItem(<string>[,<quoteFlag>])
  38.  
  39. string: is a colon delimited string i.e. (my hard disk:my folder:my file) it will return (my file)
  40.  
  41. quoteFlag: is optional. If a T or t is supplied then the returned string will be placed in quotes i.e. ("my file")
  42.  
  43.  
  44.  
  45.